home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Sound Cards
/
Programming Sound Cards.iso
/
sound_66
/
re-set.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-01
|
663b
|
25 lines
@echo off
cls
echo RE-SET is a utility to modify all drivers and environment settings
echo after changing the default configuration of the Sound Blaster Pro.
echo If you do not wish to continue, hit <CTRL>-C now.
pause
cd\sbpro
inst-drv
cls
echo Now the CT-VOICE and ORGAN drivers need to be installed....
pause
inst-drv \sbpro\drv
cls
set-env
cls
echo Now you should see the BLASTER and SOUND variables in your Environment:
set
echo
echo If you do not see BLASTER and SOUND variables, you may need to edit
echo your AUTOEXEC.BAT file manually. Consult the README.TXT file for
echo further information.
pause
cls
echo RE-SET completed!